home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1997 #1 / Amiga Plus Extra 1997 #1.iso / programme / tools / datatypes / svg-datatype / svg-datatype.doc < prev    next >
Encoding:
Text File  |  1996-10-09  |  3.9 KB  |  105 lines

  1.  
  2.   SVG.datatype
  3.  
  4.   © 1995-96 by Andreas R. Kleinert.
  5.   FREEWARE. All rights reserved.
  6.  
  7.   Freely distributable (non-commercially as well as commercially).
  8.  
  9.   Version      : 43.1
  10.   Release Date : 09.10.1996
  11.  
  12.   Description
  13.   ~~~~~~~~~~~
  14.   SVG.datatype is an OS3-Datatype module.
  15.  
  16.   It supports reading of SVG Graphics Files, which is superview-Library's
  17.   own graphics file format with XPK and PP20 support.
  18.  
  19.   With V39-V42 picture.datatype it exports 256 color palette-based
  20.   graphics unmodified, and 24 Bit images converted to HAM6.
  21.   With Ralph Schmidt's picture.datatype V43 24 Bit output will be
  22.   done unmodified as well.
  23.  
  24.   Requirements
  25.   ~~~~~~~~~~~~
  26.   - xpkmaster.library V2+ (see below)
  27.   - the XPK packer module(s), specific graphics may have been packed with
  28.  
  29.   Author
  30.   ~~~~~~
  31.    _________________________________________________________
  32.   |      You may reach me the following way.                |
  33.   |    Send bug-reports, money or whatever to:              |
  34.   |---------------------------------------------------------|
  35.   |        * SuperView Development & Registration *         |
  36.   |          * DRAFU Development & Registration *           |
  37.   |       * Image Engineer Registration Site Europe *       |
  38.   |                                                         |
  39.   |                                                         |
  40.   |                  PerSuaSiVe SoftWorX                    |
  41.   |                                                         |
  42.   |                  Andreas R. Kleinert                    |
  43.   |                  Sandstrasse 1                          |
  44.   |                  D-57072 Siegen                         |
  45.   |                  Germany, Europe                        |
  46.   |                                                         |
  47.   | Any snail mail to the old address will still be routed. |
  48.   |                                                         |
  49.   |                  Phone:  +49-271-22869 also FAX + AM    |
  50.   |                          +49-271-22838                  |
  51.   |                                                         |
  52.   |                  Weekdays after 17.00h.                 |
  53.   |                                                         |
  54.   |         When calling via phone you may leave a message, |
  55.   |         if I'm not available - but don't expect me      |
  56.   |         calling back to USA, Australia, ... since       |
  57.   |         german phone rates are HIGHLY expensive.        |
  58.   |_________________________________________________________|
  59.  
  60.   EMail:
  61.  
  62.         DO not SEND ANY binaries (or uuencoded) VIA THE
  63.         FOLLOWING EMAIL ADDRESSES, EXCEPT MAYBE small ONES
  64.         VIA t-online.de (smaller or equal 16 KB).
  65.         THANK YOU.
  66.  
  67.            - Fido    Andreas Kleinert 2:2457/350.18
  68.            - Usenet
  69.                      Andreas_Kleinert@superview.ftn.sub.org  (Fido-Gate)
  70.                      Andreas_Kleinert@t-online.de            (T-Online)
  71.                      ARK@COB.wwbnet.de                       (Z-Netz)
  72.  
  73.            - If nothing else works, try one of these public
  74.              Fido-Usenet gateways:
  75.  
  76.                In Germany:
  77.                  Andreas_Kleinert@p18.f350.n2457.z2.fido.sub.org
  78.  
  79.                From USA or elsewhere:
  80.                  Andreas_Kleinert@p18.f350.n2457.z2.fidonet.org
  81.  
  82.         Please note, that the "superview.ftn.sub.org"
  83.         domain will perhaps be renamed in late 1996.
  84.  
  85.  
  86.   More Copyrights
  87.   ~~~~~~~~~~~~~~~
  88.   The "xpkmaster.library" V2+ is (C)opyright by its authors
  89.   (c/o Urban Dominik Müller).
  90.   The Library is freely distributable and is needed by SVG.datatype,
  91.   to read and decode XPK-packed files.
  92.  
  93.   The "powerpacker.library" V33+ is (C)opyright by Nico François.
  94.   The Library is FREEWARE and is needed by xpkmaster.library, to be able
  95.   to read and decode PP20-packed files.
  96.  
  97.   History
  98.   ~~~~~~~
  99.   V43.1 (9.10.96)  : - completely rewritten
  100.                      - added V43 support
  101.  
  102.   V40.2 (29.10.95) : - recompiled with SAS/C V6.56
  103.  
  104.   V40.1            : - first version
  105.